home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / rukc1d.zip / R2_DEMOS.ZIP / MIDIM020.ZIP / DEMO_GUS.BAT < prev    next >
DOS Batch File  |  1994-02-27  |  389b  |  20 lines

  1. @echo off
  2. if !%1==! goto noparms
  3. if %1==512 goto g512
  4. REM For GUS devices (port/DMA/IRQln/patch info read from ULTRASND= & ULTRADIR=
  5. REM See README.GUS for more
  6. :g256
  7. mm020 mm020.mid /d5 /q1 /x24
  8. goto exit
  9. :g512
  10. mm020 mm020.mid /d5 /x24
  11. goto exit
  12. :noparms
  13. echo GRAM size required:
  14. echo    demo_gus 256    (for 256K GUS)
  15. echo    demo_gus 512    (for 512K+)
  16. :exit
  17. echo.
  18.  
  19.  
  20.